home *** CD-ROM | disk | FTP | other *** search
- ;---------------------------------------------------------------
- ;
- ; Installer script for AHC
- ; $VER: 37.1 (05.24.98)
- ; Written by Fredrik Westermarck
- ; E-Mail: bigbeard@mds.mdh.se
- ;
- ;---------------------------------------------------------------
- ;
- (complete 0)
- (set ProgVer 1.0)
- (set ProgName "AHC")
-
- ;---------------------------------------------------------------
- ; Install program!
- ;---------------------------------------------------------------
-
- (
- (set ProgDir
- (askdir
- (prompt "Where do you want to install AHC?\n(No additional drawer will be created)")
- (disk)
- (default "Work:")
- (help "Select the drawer where you want to install AHC.\n\nNOTE: No additional drawer will be created")
- )
- )
- )
- (complete 25)
- (
- (copyfiles (prompt "Installing AHC files")
- (help @copyfiles-help)
- (source "AHC")
- (newname ProgName)
- (dest ProgDir)
- (infos)
- )
- )
- (complete 40)
- (
- (copyfiles (prompt "Installing GUI files")
- (help @copyfiles-help)
- (source "ahc.wizard")
- (newname "ahc.wizard")
- (dest ProgDir)
- )
- )
- (complete 60)
- (
- (copylib
- (prompt "Installing wizard.library into LIBS:")
- (help @copylib-help)
- (confirm)
- (source "libs/wizard.library")
- (dest "LIBS:")
- (newname "wizard.library")
- )
-
- )
- (complete 100)
- (set default-dest ProgDir)